Spread Silverlight Documentation
RemoveAt Method (NotifyCollectionBase<T>)


GrapeCity.Windows.SpreadSheet.Data Namespace > NotifyCollectionBase<T> Class : RemoveAt Method
The zero-based index of the item to remove.
Removes the item at the specified index.
Syntax
'Declaration
 
Public Overridable Sub RemoveAt( _
   ByVal index As System.Integer _
) 
'Usage
 
Dim instance As NotifyCollectionBase(Of T)
Dim index As System.Integer
 
instance.RemoveAt(index)
public virtual void RemoveAt( 
   System.int index
)

Parameters

index
The zero-based index of the item to remove.
Exceptions
ExceptionDescription
index is not a valid index in the collection.
The collection is read-only.
See Also

Reference

NotifyCollectionBase<T> Class
NotifyCollectionBase<T> Members